-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Procfile.example - add workers needed for embedded ansible #16679
Conversation
Checked commit https://github.com/himdel/manageiq/commit/afaaf8e2c6243cffc5005747aece36358e9bda02 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@@ -49,6 +49,12 @@ | |||
# vmware_event_<id>: ruby lib/workers/bin/run_single_worker.rb --ems-id <id> ManageIQ::Providers::Vmware::InfraManager::EventCatcher | |||
# vmware_refresh_core_<id>: ruby lib/workers/bin/run_single_worker.rb --ems-id <id> MiqEmsRefreshCoreWorker | |||
|
|||
# Embedded Ansible workers | |||
|
|||
# ansible: ruby lib/workers/bin/run_single_worker.rb EmbeddedAnsibleWorker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be embedded_ansible
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the first time I'm seeing this file, you tell me ;) Should it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, this is good as is.
It should be the name of the worker class.
Procfile.example - add workers needed for embedded ansible (cherry picked from commit 997f6d4)
Gaprindashvili backport details:
|
(created because https://github.com/ManageIQ/guides/pull/276/files#r156100289)
This adds the 3 workers needed to get Embedded Ansible working.
For details, please check ManageIQ/guides#276.
Cc @bdunne